From 11aac235bc74d6fcebce10a86ca8f21b427825f3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sun, 20 May 2012 13:45:05 +0100 Subject: [PATCH] docs: Escape bare '#' in GdkRGBA string definitions GTK-Doc does not like bare '#', so let's turn them into #. --- gdk/gdkrgba.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdk/gdkrgba.c b/gdk/gdkrgba.c index 8d314f25eb..1151c1245d 100644 --- a/gdk/gdkrgba.c +++ b/gdk/gdkrgba.c @@ -148,7 +148,8 @@ parse_rgb_value (const gchar *str, * A standard name (Taken from the X11 rgb.txt file). * * - * A hex value in the form '#rgb' '#rrggbb' '#rrrgggbbb' or '#rrrrggggbbbb' + * A hex value in the form '#rgb' '#rrggbb' '#rrrgggbbb' + * or '#rrrrggggbbbb' * * * A RGB color in the form 'rgb(r,g,b)' (In this case the color will -- 2.30.2